home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / iconalb / iconbook.frm < prev    next >
Text File  |  1999-10-17  |  24KB  |  714 lines

  1. VERSION 4.00
  2. Begin VB.Form IconBook 
  3.    AutoRedraw      =   -1  'True
  4.    BackColor       =   &H00C0C0C0&
  5.    Caption         =   "IconAlbum Deluxe"
  6.    ClientHeight    =   8595
  7.    ClientLeft      =   570
  8.    ClientTop       =   210
  9.    ClientWidth     =   11175
  10.    Height          =   9000
  11.    Icon            =   "IconBook.frx":0000
  12.    Left            =   510
  13.    LinkTopic       =   "Form1"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   573
  17.    ScaleMode       =   3  'Pixel
  18.    ScaleWidth      =   745
  19.    Top             =   -135
  20.    Width           =   11295
  21.    Begin VB.Frame Frame1 
  22.       BackColor       =   &H00C0C0C0&
  23.       Caption         =   "Selected Icon"
  24.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  25.          Name            =   "MS Sans Serif"
  26.          Size            =   9.75
  27.          Charset         =   0
  28.          Weight          =   700
  29.          Underline       =   -1  'True
  30.          Italic          =   0   'False
  31.          Strikethrough   =   0   'False
  32.       EndProperty
  33.       ForeColor       =   &H000000C0&
  34.       Height          =   2400
  35.       Left            =   0
  36.       TabIndex        =   5
  37.       Top             =   4815
  38.       Width           =   2505
  39.       Begin VB.PictureBox Pic3 
  40.          BackColor       =   &H00C0C0C0&
  41.          BorderStyle     =   0  'None
  42.          Height          =   480
  43.          Left            =   225
  44.          ScaleHeight     =   32
  45.          ScaleMode       =   3  'Pixel
  46.          ScaleWidth      =   32
  47.          TabIndex        =   8
  48.          Top             =   930
  49.          Width           =   480
  50.       End
  51.       Begin VB.Shape Shape2 
  52.          BackColor       =   &H00E0E0E0&
  53.          BorderColor     =   &H00008000&
  54.          BorderWidth     =   3
  55.          Height          =   1050
  56.          Left            =   960
  57.          Shape           =   5  'Rounded Square
  58.          Top             =   750
  59.          Width           =   1110
  60.       End
  61.       Begin VB.Label Label4 
  62.          Alignment       =   2  'Center
  63.          BackColor       =   &H00C0C0C0&
  64.          ForeColor       =   &H00C00000&
  65.          Height          =   240
  66.          Left            =   135
  67.          TabIndex        =   7
  68.          Top             =   360
  69.          Width           =   1995
  70.       End
  71.       Begin VB.Image Image1 
  72.          Height          =   990
  73.          Left            =   1020
  74.          Stretch         =   -1  'True
  75.          Top             =   765
  76.          Width           =   960
  77.       End
  78.       Begin VB.Shape Shape1 
  79.          BackColor       =   &H00E0E0E0&
  80.          BorderColor     =   &H00008000&
  81.          BorderWidth     =   3
  82.          Height          =   645
  83.          Left            =   165
  84.          Shape           =   5  'Rounded Square
  85.          Top             =   840
  86.          Width           =   645
  87.       End
  88.       Begin VB.Label Label3 
  89.          Alignment       =   2  'Center
  90.          BackColor       =   &H00008000&
  91.          BorderStyle     =   1  'Fixed Single
  92.          ForeColor       =   &H0080FFFF&
  93.          Height          =   285
  94.          Left            =   45
  95.          TabIndex        =   6
  96.          Top             =   1935
  97.          Width           =   2355
  98.       End
  99.    End
  100.    Begin VB.PictureBox Pic2 
  101.       AutoRedraw      =   -1  'True
  102.       BackColor       =   &H00C0C0C0&
  103.       Height          =   7980
  104.       Left            =   2580
  105.       ScaleHeight     =   528
  106.       ScaleMode       =   3  'Pixel
  107.       ScaleWidth      =   567
  108.       TabIndex        =   2
  109.       Top             =   555
  110.       Width           =   8565
  111.       Begin VB.Image Im1 
  112.          Height          =   480
  113.          Index           =   0
  114.          Left            =   45
  115.          Top             =   45
  116.          Visible         =   0   'False
  117.          Width           =   480
  118.       End
  119.    End
  120.    Begin VB.DirListBox Dir1 
  121.       BackColor       =   &H00E0E0E0&
  122.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  123.          Name            =   "MS Sans Serif"
  124.          Size            =   8.25
  125.          Charset         =   0
  126.          Weight          =   700
  127.          Underline       =   0   'False
  128.          Italic          =   0   'False
  129.          Strikethrough   =   0   'False
  130.       EndProperty
  131.       ForeColor       =   &H00800000&
  132.       Height          =   3630
  133.       Left            =   0
  134.       TabIndex        =   1
  135.       Top             =   555
  136.       Width           =   2490
  137.    End
  138.    Begin VB.FileListBox File1 
  139.       Height          =   3375
  140.       Left            =   2520
  141.       Pattern         =   "*.ico"
  142.       TabIndex        =   0
  143.       Top             =   3690
  144.       Visible         =   0   'False
  145.       Width           =   1590
  146.    End
  147.    Begin VB.PictureBox ImageList1 
  148.       BackColor       =   &H80000005&
  149.       Height          =   480
  150.       Left            =   450
  151.       ScaleHeight     =   420
  152.       ScaleWidth      =   1140
  153.       TabIndex        =   9
  154.       Top             =   3420
  155.       Width           =   1200
  156.    End
  157.    Begin VB.Image Tool1 
  158.       Height          =   360
  159.       Index           =   6
  160.       Left            =   2385
  161.       Picture         =   "IconBook.frx":0442
  162.       Top             =   45
  163.       Width           =   345
  164.    End
  165.    Begin VB.Image Tool1 
  166.       Height          =   360
  167.       Index           =   5
  168.       Left            =   1935
  169.       Picture         =   "IconBook.frx":05E4
  170.       Top             =   45
  171.       Width           =   345
  172.    End
  173.    Begin VB.Image Tool1 
  174.       Height          =   360
  175.       Index           =   4
  176.       Left            =   1485
  177.       Picture         =   "IconBook.frx":0786
  178.       Top             =   45
  179.       Width           =   345
  180.    End
  181.    Begin VB.Image Tool1 
  182.       Height          =   360
  183.       Index           =   3
  184.       Left            =   1125
  185.       Picture         =   "IconBook.frx":0928
  186.       Top             =   45
  187.       Width           =   345
  188.    End
  189.    Begin VB.Image Tool1 
  190.       Height          =   360
  191.       Index           =   2
  192.       Left            =   765
  193.       Picture         =   "IconBook.frx":0ACA
  194.       Top             =   45
  195.       Width           =   345
  196.    End
  197.    Begin VB.Image Tool1 
  198.       Height          =   360
  199.       Index           =   1
  200.       Left            =   405
  201.       Picture         =   "IconBook.frx":0C6C
  202.       Top             =   45
  203.       Width           =   345
  204.    End
  205.    Begin VB.Image Tool1 
  206.       Height          =   360
  207.       Index           =   0
  208.       Left            =   45
  209.       Picture         =   "IconBook.frx":0E0E
  210.       Top             =   45
  211.       Width           =   345
  212.    End
  213.    Begin VB.Image Image2 
  214.       Height          =   360
  215.       Index           =   13
  216.       Left            =   2160
  217.       Picture         =   "IconBook.frx":0FB0
  218.       Top             =   7830
  219.       Visible         =   0   'False
  220.       Width           =   345
  221.    End
  222.    Begin VB.Image Image2 
  223.       Height          =   360
  224.       Index           =   12
  225.       Left            =   1800
  226.       Picture         =   "IconBook.frx":1152
  227.       Top             =   7830
  228.       Visible         =   0   'False
  229.       Width           =   345
  230.    End
  231.    Begin VB.Image Image2 
  232.       Height          =   360
  233.       Index           =   11
  234.       Left            =   1440
  235.       Picture         =   "IconBook.frx":12F4
  236.       Top             =   7830
  237.       Visible         =   0   'False
  238.       Width           =   345
  239.    End
  240.    Begin VB.Image Image2 
  241.       Height          =   360
  242.       Index           =   10
  243.       Left            =   1080
  244.       Picture         =   "IconBook.frx":1496
  245.       Top             =   7830
  246.       Visible         =   0   'False
  247.       Width           =   345
  248.    End
  249.    Begin VB.Image Image2 
  250.       Height          =   360
  251.       Index           =   9
  252.       Left            =   720
  253.       Picture         =   "IconBook.frx":1638
  254.       Top             =   7830
  255.       Visible         =   0   'False
  256.       Width           =   345
  257.    End
  258.    Begin VB.Image Image2 
  259.       Height          =   360
  260.       Inde